|
PHY SET EMITTER LINEAR VELOCITY RANGE
Use this to provide a random range for linear velocity when particles are emitted.
PHY SET EMITTER LINEAR VELOCITY RANGE ID, min x#, min y#, min z#, max x#, max y#, max z#
ID
Integer
identification number of the emitter object
min x#
Float
minimum velocity on the X axis
min y#
Float
minimum velocity on the Y axis
min z#
Float
minimum velocity on the Z axis
max x#
Float
maximum velocity on the X axis
max y#
Float
maximum velocity on the Y axis
max z#
Float
maximum velocity on the Z axis
The linear velocity range is useful for having particles emitted in a more random fashion than say simply shooting upwards.
No example code is provided for this command
|